home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / graphics / nview140.zip / RECORD.BAT < prev    next >
DOS Batch File  |  1995-01-11  |  825b  |  28 lines

  1. @echo off
  2. REM ----------------------------------------------------------------
  3. REM  The NOMSSI Viewer  Release 1.4                 (11.1.95)
  4. REM  A graphics file viewer for SuperVGA
  5. REM
  6. REM  Copyright (c) 1993,95 by NOMSSI NZALI Jacques Hubert Christian
  7. REM  All Rights Reserved.
  8. REM ----------------------------------------------------------------
  9. if "%1"=="" goto error
  10. REM
  11. echo.
  12. echo  This program is ShareWare. You may copy and distribute it as stated in
  13. echo  the README.NV file, but payment of US$29 is required for continued use.
  14. echo  Use the REGISTER.FRM file to order a registered release.
  15. echo .
  16. pause
  17. REM
  18. set play=
  19. set listen=%1
  20. echo The NOMSSI Viewer is recording
  21. nv %2 %3 %4 %5 %6 %7 %8 %9
  22. set listen=
  23. goto exit
  24. :error
  25. echo.
  26. echo Syntax: RECORD recordname
  27. echo i.e.: RECORD test
  28. :exit